home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 144 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: canopus.cc.umanitoba.ca!toliman!umcwikla
  2. From: umcwikla@cc.umanitoba.ca (Tom Cwikla)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: C64 Electronics Projects
  5. Date: 3 Jan 96 21:33:26 GMT
  6. Organization: The University of Manitoba
  7. Message-ID: <umcwikla.820704806@toliman>
  8. References: <wiz-2012951502370001@17.32.67.13> <4bq1ru$6pc@usenet.srv.cis.pitt.edu> <4cbo04$7m@gameport.delphi.harz.de>
  9. NNTP-Posting-Host: toliman.cc.umanitoba.ca
  10. X-Newsreader: NN version 6.5.0 #2 (NOV)
  11.  
  12. In <4cbo04$7m@gameport.delphi.harz.de> mauser@delphi.harz.de (Gerald Mauser) writes:
  13.  
  14. >David M Holland (dmhst7+@pitt.edu) wrote:
  15. >: Patrick Fleming (wiz@apple.com) wrote:
  16. >: : Can anyone recommend a good book on C64 interfacing projects?  I would like to 
  17. >: : hook up something to the cartridge port for simple electronics control.
  18.  
  19. >: (...) there are a lot of projects that use the user 
  20.  
  21. >: port (same on vic and c64) so its worth a look. 
  22.  
  23. >I personell use the user-Prot.
  24. >It's the most simple Prot for programming.
  25.  
  26. It is simple, but it's also somewhat limited if you want to attach more than
  27. one device. I've used both the user port and expansion port for my projects.
  28. I built a board that plugs into the expansion port that has a variety of
  29. devices on it: Real-time clock, high speed A/D converter with range
  30. switching and 8-channel multiplexer, an extra CIA chip (two wasn't enough!),
  31. an EPROM socket, and an EPROM burner as well. The expansion port isn't
  32. really that hard to use. The Programmer's Reference Guide has enough
  33. information to build your own expansion port devices. 
  34. Of course if all you need is a couple of general purpose I/O lines, then the
  35. user port is probably quicker. The user port also gives you access to all
  36. four timers in all of their modes, as well as both of the CIA serial ports
  37. so that's probably the thing to use if you need either of those two
  38. features. 
  39.  
  40. Now if only there was a source for the actual connectors that fit into
  41. either of these two ports, doing all this would be a lot easier.
  42.  
  43. --Tom.
  44.